Skip to content

Instantly share code, notes, and snippets.

@WitherOrNot
WitherOrNot / tmogged.cmd
Last active September 18, 2026 22:59
i'm sorry dave
<# :
:: I wonder who made Task Manager...
@setlocal DisableDelayedExpansion
@echo off
echo "%*" | find /i "-el" >nul && set _elev=1
set _PSarg="""%~f0""" -el
@dotbanana
dotbanana / add-location-to-gnome-weather.sh
Last active September 18, 2026 22:50
Add location to gnome weather
#!/bin/bash
# Add location to gnome weather manually
if [[ ! -z "$(which gnome-weather)" ]]; then
system=1
fi
if [[ ! -z "$(flatpak list | grep org.gnome.Weather)" ]]; then
flatpak=1
fi

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@bryanbellato
bryanbellato / assembly.md
Created February 2, 2025 04:42
Assembly Language Learning Roadmap

Assembly Language Learning Roadmap

Phase 1: Foundation (2-3 weeks)

Computer Architecture Basics

  • Understanding binary, hexadecimal, and decimal number systems
  • CPU architecture and components (registers, ALU, control unit)
  • Memory organization and addressing modes
  • Understanding the fetch-execute cycle
  • Basic computer organization (von Neumann architecture)
@supechicken
supechicken / root_mi_box_s_2nd_gen.md
Last active September 18, 2026 22:41
A tutorial for rooting Xiaomi TV Box S 2nd Gen (jaws) without UART/teardown

Rooting Xiaomi TV Box S 2nd Gen (jaws) without UART/teardown

Table of contents

  • Prerequisites
  • Step 1: Download the stock ROM for Xiaomi TV Box S 2nd Gen
  • Step 2: Extract boot image from the OTA archive
  • Step 3: Update the system with downloaded OTA archive
  • Step 4: Patch boot image with Magisk
  • Step 5: Unlock bootloader with fastboot
  • Step 6: Reboot to system and complete setup